ARD2  1.00 for Rev B. Hardware
Airbag Reference Demonstrator using MPC5604P
main.h File Reference

Main application. More...

#include "derivative.h"

Go to the source code of this file.

Functions

void main (void)
 main - the magic is all called from here.
void vfnVerifyMCUInitStatus (uint8_t u8Status)
 This function analyzes the Initial MCU status and turns LED's. accordingly. If something didn't initialize correctly, it traps the error and keeps the program from continuing.

Detailed Description

Main application.

Copyright (c) 2011 Freescale Semiconductor Freescale Confidential Proprietary

Author:
Freescale Semiconductor
SASD Automotive
R11515
Version:
Date:
Warning:
(If needed)

History:


Function Documentation

void main ( void  )

main - the magic is all called from here.

Returns:
void.
void vfnVerifyMCUInitStatus ( uint8_t  u8Status)

This function analyzes the Initial MCU status and turns LED's. accordingly. If something didn't initialize correctly, it traps the error and keeps the program from continuing.

Parameters:
u8Status,:Status byte coming from init routine.
Returns:
void.